first lookup the xfont ID in our font hash table, if we have a
authorTim Janik <timj@gtk.org>
Wed, 10 Mar 1999 01:15:03 +0000 (01:15 +0000)
committerTim Janik <timj@src.gnome.org>
Wed, 10 Mar 1999 01:15:03 +0000 (01:15 +0000)
commit0c178e965c85dbc11720a98e97b50d49f0cdd2ec
treeed3e0fc18aa4a7fbaced112d602b1e76984a97dc
parentac7b6805f4e21d37098391306107e57ebcc72803
first lookup the xfont ID in our font hash table, if we have a

Tue Mar  9 01:01:28 1999  Tim Janik  <timj@gtk.org>

        * gdk/gdkfont.c (gdk_font_load): first lookup the xfont ID in our
        font hash table, if we have a GdkFontPrivate entry for this font
        already, simply increment its reference count, provided by Olaf Dietsche
        <olaf.dietsche+list.gtk@netcologne.de>.

        * gtk/gtkstyle.c (gtk_style_copy): plug a GdkFont reference leak, fix
        provided by Olaf Dietsche <olaf.dietsche+list.gtk@netcologne.de>.
ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gdk/gdkfont.c
gdk/x11/gdkfont-x11.c
gtk/gtkstyle.c